home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / cross / GBDK-2.0.lha / GBDK / include / sgb.h < prev    next >
C/C++ Source or Header  |  1998-11-25  |  133b  |  9 lines

  1. #ifndef _SGB_H
  2. #define _SGB_H
  3.  
  4. UBYTE
  5. sgb_check(void);
  6. /* Return a non-null value if running on Super GameBoy */
  7.  
  8. #endif /* _SGB_H */
  9.